inherited VerReportDialog: TVerReportDialog Caption = 'Version Compare Report' PixelsPerInch = 96 TextHeight = 13 inherited LayoutLB: TUiListBox Items.WideStrings = ( 'Side-by-side') end inherited ReportGroupBox: TUiGroupBox object ReportPanel: TUiPanel Left = 2 Top = 15 Width = 381 Height = 42 Align = alTop BevelOuter = bvNone TabOrder = 0 object SelOnlyEdit: TUiCheckBox Left = 6 Top = 4 Height = 17 Caption = 'Just selection' TabOrder = 0 OnClick = SomethingChangedClick end object InsigIgnoredEdit: TUiCheckBox Left = 6 Top = 24 Height = 17 Caption = 'Ignore unimportant' TabOrder = 1 OnClick = SomethingChangedClick end end object DisplayFilterPanel: TUiPanel Left = 2 Top = 57 Width = 381 Height = 34 Align = alTop BevelOuter = bvNone TabOrder = 1 object DisplayFilterEdit: TUiComboBox Left = 6 Top = 8 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = SomethingChangedClick end end end end